Size Property (Message Object)
The Size
property returns the approximate size in bytes of the message. Read-only.
Syntax
objMessage.Size
Data Type
Long
Remarks
The Size
property is not valid until after the first Update or Send
operation.
The Size
property corresponds to the MAPI property PR_MESSAGE_SIZE.
See Also
Text Property (Message Object)